# Address xend should listen on for HTTP connections.
# Specifying 'localhost' prevents remote connections.
# Specifying the empty string '' allows all connections.
-(xend-address '')
+(xend-address 'localhost')
# The port xend should start from when allocating a port
# for a domain console.
# Address xend should listen on for console connections.
# Specifying 'localhost' prevents remote connections.
# Specifying the empty string '' allows all connections.
-(console-address '')
+(console-address 'localhost')
## Use the following if VIF traffic is routed.
# The script used to start/stop networking for xend.